home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / spar372.zip / ENDCODE.ASM < prev    next >
Assembly Source File  |  1993-01-11  |  160b  |  10 lines

  1. *
  2. *   endcode.asm  -       For RomTag EndSkip
  3. *
  4.         section text,data       ; so it is dead-last (data hunk)
  5.  
  6.         XDEF    EndCode
  7. EndCode:
  8.  
  9.         END
  10.